home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / bbs_game / 15wall.zip / SYSOP.DOC < prev    next >
Text File  |  1996-03-09  |  11KB  |  265 lines

  1.                           - Another Brick In The Wall -
  2.                                Sysop Documentation
  3.  
  4. Most BBSes today feature some sort of graffiti wall or oneliner door.  They
  5. provide a great outlet for short bursts of communication between callers, and
  6. facilitate the posting of material often too brief for the message bases;
  7. unfortunately, many of the graffiti wall doors available are lacking on the
  8. Sysop end of things, and provide few extra features. Another Brick In The Wall
  9. was written to address this problem.  Users of The Wall will enjoy its power
  10. and ease of use, while Sysops will enjoy its flexibility and control.
  11.  
  12.  
  13.                                   - Features -
  14.  
  15. o Assembly language serial I/O
  16. o Supports speeds up to 115.2k and 16550 UARTs
  17. o Internal ANSI emulation
  18. o Multitasker aware (DESQview, Windows, OS/2)
  19. o FOSSIL support
  20. o Split-screen chat with word wrap
  21. o Multi-node capable
  22.  
  23.  
  24.                               - Running The Wall -
  25.  
  26. The syntax for executing WALL.EXE is: WALL <config file> [local] [...]
  27.  
  28. The config file is a 7-line text file:
  29.   Line 1: Dropfile type  [RA,WC2,WC3,SF,PCB]
  30.   Line 2: Dropfile path/name
  31.   Line 3: BBS name
  32.   Line 4: Sysop first name
  33.   Line 5: Sysop last name
  34.   Line 6: COM port interrupt  [1-7, 0 for FOSSIL]
  35.   Line 7: Use error log?  [TRUE/FALSE]
  36.  
  37. Included is the utility MAKECFG.EXE, which will request this information and
  38. create a configuration file:
  39.  
  40. Name of config file to be created?  Name the file.  Ex: WALL.CFG.
  41.  
  42. Dropfile type?  Enter one of the following codes:  RA - DORINFO.DEF
  43.                                                   WC2 - CALLINFO.BBS
  44.                                                   WC3 - DOOR.SYS
  45.                                                    SF - SFDOORS.DAT
  46.                                                   PCB - PCBOARD.SYS
  47.  
  48. Path/name of dropfile?  Where the previously designated dropfile is created.
  49.  
  50. BBS name?  Self-explanatory.
  51.  
  52. Sysop name?  Self-explanatory.
  53.  
  54. COM port interrupt?  The interrupt of the COM port given in the dropfile.
  55.                      Valid interrupts are values 1-7.  Enter 0 to use FOSSIL.
  56.                      (Note that this is asking for the INTERRUPT number, not
  57.                       the COM port number.)
  58.  
  59.                      If you are unsure of what this value should be, here
  60.                      are the typical interrupts:
  61.  
  62.                      COM1 - IRQ4
  63.                      COM2 - IRQ3
  64.                      COM3 - IRQ4
  65.                      COM4 - IRQ3
  66.  
  67. Log errors?  Enter TRUE to write all errors encountered to a log.  Enter
  68.              FALSE not to log errors.
  69.  
  70. Here is a sample config file:
  71.  
  72.   WC3
  73.   C:\RA\DOOR.SYS
  74.   Temples of Syrinx
  75.   Scott
  76.   Stuart
  77.   3
  78.   FALSE
  79.  
  80. The Wall must be run from the directory in which all its files are located; it
  81. is recommended you run The Wall from a batch file such as this:
  82.  
  83.   @ECHO OFF
  84.   C:
  85.   CD \WALL
  86.   WALL.EXE WALL.CFG
  87.  
  88. To run The Wall locally from the command line, add the parameter LOCAL after
  89. the config file specification.
  90.  
  91.  
  92.                          - Other Command Line Options -
  93.  
  94. The following parameters can also be added to fine-tune the appearance and
  95. behavior of your Wall:
  96.  
  97. MAX=x     Sets the maximum number of lines (1-65535) to be shown on the wall.
  98.           Lines of graffiti past x are still retained, however, should you
  99.           decide to change the limit.  If no limit is specified, the size of
  100.           the wall is unlimited.
  101.  
  102. RANDOM    When the wall is viewed, places the lines of graffiti randomly.
  103.           Normally, the graffiti is shown exactly how it is written (usually
  104.           left-justified), but with this parameter the graffiti is aligned
  105.           randomly.
  106.  
  107. CENTER    When the wall is viewed, centers each line of graffiti.
  108.  
  109. LINES     Separates each line of graffiti on the wall with a line.
  110.  
  111. OLDCTL    The Wall now uses the numeric keypad arrow keys to change colors
  112.           while entering graffiti; however, the controls from v1.0 are still
  113.           recognized and may be continued to be used by those who prefer them.
  114.           Use this parameter to display the old control options to the user
  115.           rather than the new ones.
  116.  
  117.  
  118.                              - Writing on The Wall -
  119.  
  120. Writing on the wall is extremely simple.  After a user has selected "W", he is
  121. prompted for a line of text, and given the option to hit TAB to change colors,
  122. or ESC to randomize text color.  Hitting TAB allows the user to change the
  123. foreground color, background color, and blink attribute.  These things are
  124. easily changed via the numeric keypad; please note that to use the arrow keys
  125. the Num Lock must be on.
  126.  
  127. Hitting ESC causes each subsequently typed letter to have a different foreground
  128. color, and this will continue until the user presses ESC again or changes the
  129. colors manually via TAB.  The Wall will not allow text to have the same
  130. foreground/background color, and will not save empty entries.
  131.  
  132. The Wall's flexible color options will provide you and your users with a
  133. vivid and exciting wall.
  134.  
  135.  
  136.                               - Profanity Filter -
  137.  
  138. The Wall allows the Sysop to define a list of words or phrases not allowed to
  139. appear on the wall.  To do this, simply place all undesirable words/phrases,
  140. one per line, in a text file named CENSOR.LST; if a user attempts to enter a
  141. line of graffiti containing one or more words in this list, he will be
  142. notified that his message is not appropriate and the line will not be placed
  143. on the wall.  For a whole-word filter (i.e., filter "ass" but not "assume"),
  144. put spaces or underscores around the word in CENSOR.LST (i.e., "_ass_").
  145.  
  146.  
  147.                                - Sysop Functions -
  148.  
  149. To access The Wall's Sysop functions, view it using the (S)ysop Wall View
  150. option.  When the wall is viewed this way, a status bar appears above each
  151. line, showing who wrote it and when.  The prompt also contains two
  152. additional options available only to Sysops:
  153.  
  154. [D]elete       Removes the specified line or range of lines from the wall. 
  155.                After entering the starting number, you will be prompted to
  156.                enter the ending number or press RETURN.  If you just press
  157.                RETURN, only the line you initially specified will be deleted.
  158.                If you enter a second number and complete the range, all lines
  159.                in that range will be deleted.  To delete the wall entirely,
  160.                simply delete the file WALL.DAT.
  161.  
  162. [R]eprimand    Some users like to take advantage of the anonymity of graffiti
  163.                walls and write offensive graffiti.  This is not a problem with
  164.                The Wall; not only can the Sysop easily find out the author of
  165.                any line of graffiti, but this handy feature allows for
  166.                automatic reprimanding of such users.  The user who posted the
  167.                graffiti corresponding to the specified line number will
  168.                receive a reprimand the next time he enters The Wall; try one
  169.                on yourself to see exactly what it does.  Although this is not
  170.                a replacement for direct Sysop intervention, it is a convenient
  171.                way to handle users who may get a little out of hand.
  172.  
  173. NOTE: It is not advisable to use the Delete command in a multinode environment
  174.       when other users are in The Wall.  Wait until nobody else is using the
  175.       program before performing such maintenance.
  176.  
  177. Anyone using The Wall locally has access to these Sysop functions, and remote
  178. users can also be granted this access via inclusion in the SYSOP.LST file.
  179. As with the profanity filter file, create a text file containing the names of
  180. those users whom you wish to have access to Sysop Wall View, with one name
  181. per line.  The name must match up exactly, or no extended access is given.
  182. Whether local or remote, the Sysop defined in the config file always has
  183. access to Sysop functions.
  184.  
  185.  
  186.                                  - Sysop Keys -
  187.  
  188. While a user is in The Wall, the following functions are available to the
  189. local Sysop:
  190.  
  191.  [F1] - Toggles status/help display.
  192.  [F2] - Activates chat mode.  Hit ESC to exit chat.
  193.  [F3] - Drops the local end to DOS, and displays an appropriate message
  194.         to the user.
  195.  [F4] - Kicks the user out of the door and back to the BBS.
  196. [F10] - Kicks the user out of the door and drops carrier.
  197.  
  198.  
  199.                                    - Support -
  200.  
  201. Support can be obtained by calling the support BBS, sending Fido NetMail,
  202. or sending Internet EMail to sstuart@attila.stevens-tech.edu.  See the
  203. section below on registering for info on the support BBS.  Comments,
  204. suggestions, and bug reports welcome!
  205.  
  206.  
  207.                             - Registering The Wall -
  208.  
  209. In the unregistered version of The Wall, MAX=10 is forced and there's an
  210. unseemly delay upon exit.  However, these annoyances can be eliminated by
  211. registering, which costs only ten dollars.  Please register!
  212.  
  213. Registration entitles you to free minor and major upgrades.  To register The
  214. Wall, print out REGISTER.TXT and send it to the address listed.  If your BBS
  215. is a member of FidoNet, your registration key will be conveniently sent to
  216. you.  If not, you can call the Wall support BBS to download it:
  217.  
  218.                                 Temples of Syrinx
  219.                                   908/914-9807
  220.                                 FidoNet 1:107/751
  221.                                RemoteAccess v2.50+
  222.                               USR Courier HST V.34+
  223.  
  224. Logon using the exact name and password specified on the order form, and
  225. your registration key will be waiting as an EMail file attach.
  226.  
  227. A registration key can also be obtained instantly by calling a 900 number.
  228. Details on instant registration are available in the 900 Service area on
  229. the support BBS.
  230.  
  231. To use your registration key, simply place it in the directory with all the
  232. other Wall files and rename it to WALL.KEY.
  233.  
  234. The latest version of The Wall is available on Temples of Syrinx; it can be
  235. obtained by calling the board and downloading it, or FREQing the magic name
  236. "WALL".
  237.  
  238. And be sure to try these other great doors by the same author:
  239.  
  240.  Name                            Type                  FREQ
  241. ┌───────────────────────────────┬─────────────────────┬────────────┐
  242. │Search and Destroy             │Battleship game      │SAD         │
  243. │Word Blast                     │Word puzzle game     │BLAST       │
  244. │NodeScan                       │Nodelist browser     │NODESCAN    │
  245. └───────────────────────────────┴─────────────────────┴────────────┘
  246.  
  247.  
  248.                                - Special Thanks -
  249.  
  250. Alpha Testing Team: Dave Back        Beta Testing Site: Paul's Boutique
  251.                     Matt Edelhauser                     Sysop - Paul Tricoli
  252.                     Paul Tricoli                        609/242-0295
  253.  
  254.  
  255.  
  256. The Wall was written using URDoor comm routines (c) 1995 Kenneth Bledsoe.
  257.  
  258. Another Brick In The Wall online graffiti wall door (c) 1996 Scott Stuart.
  259.  
  260. Distribution of Another Brick In The Wall is permissible and encouraged,
  261. providing that no fee be assessed for its distribution other than any normal
  262. fee that may be associated with the medium by which it is distributed.  The
  263. Wall must be distributed in its original archive form, unaltered and with no
  264. registration keys.
  265.